home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
program
/
wx_lib10.zoo
/
wx_setty.c
< prev
next >
Wrap
C/C++ Source or Header
|
1992-08-01
|
277b
|
14 lines
#include <wx_lib.h>
/*
* This is a simple utility function to keep a little orthagonality--it just
* sets the window's type. You can do it by hand, but it looks better if it's
* function based.
*/
void wx_settype(ws,t)
Window *ws;
int t;
{
ws->type = t;
}